WinUI | ComponentOne
C1.WinUI.DateTimeEditors Assembly / C1.WinUI.DateTimeEditors Namespace / NullablePropertyChangedEventArgs<T> Class / OldValue Property
In This Topic
    OldValue Property (NullablePropertyChangedEventArgs<T>)
    In This Topic
    The value of the property before the change.
    Syntax
    public Nullable<T> OldValue {get; set;}
    See Also